From: Jani Nikula Date: Thu, 26 May 2016 19:04:06 +0000 (+0300) Subject: kernel-doc: fix wrong code indentation X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~1764^2~37^2~17 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a0b96c2dbdb2c2511af407a2657d580f16c3b6f1;p=linux-4.9.git kernel-doc: fix wrong code indentation No functional changes. Signed-off-by: Jani Nikula --- diff --git a/scripts/kernel-doc b/scripts/kernel-doc index f795660dfc7b..c154c3205df1 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -2878,7 +2878,7 @@ sub process_file($) { substr($contents, 0, 1) eq "\t") { $contents = substr($contents, 1); } - $contents .= "\n"; + $contents .= "\n"; } $inline_doc_state = STATE_INLINE_TEXT; # Documentation block end */